home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 10 / PC Extra 10.iso / win95 / timeezy / TIMEEZY.EXE / 0 / RCDATA / THINTFORM / THINTFORM.txt
Text File  |  1997-09-09  |  4KB  |  158 lines

  1. object HintForm: THintForm
  2.   Left = 310
  3.   Top = 11
  4.   BorderStyle = bsDialog
  5.   Caption = 'TimeEzy - Hints (leave this up while you experiment)'
  6.   ClientHeight = 244
  7.   ClientWidth = 397
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label3: TLabel
  15.     Left = 4
  16.     Top = 184
  17.     Width = 381
  18.     Height = 29
  19.     AutoSize = False
  20.     Caption = 
  21.       'Full keyboard operation is possible - try pressing the <Tab> key' +
  22.       ', the arrow keys and the numeric keys. See the Help file for ful' +
  23.       'l details.'
  24.   end
  25.   object Label5: TLabel
  26.     Left = 20
  27.     Top = 44
  28.     Width = 373
  29.     Height = 41
  30.     AutoSize = False
  31.     Caption = 
  32.       '2) Right click the mouse then select '#39'Add City'#39' from the popup m' +
  33.       'enu. (In this unregistered version, only 3 cities may be added, ' +
  34.       'and they are the only ones that can be edited or deleted)'
  35.     Font.Color = clInfoText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label6: TLabel
  42.     Left = 4
  43.     Top = 4
  44.     Width = 265
  45.     Height = 17
  46.     AutoSize = False
  47.     Caption = 'To set your own city/town as Home Base:'
  48.   end
  49.   object Label7: TLabel
  50.     Left = 20
  51.     Top = 100
  52.     Width = 353
  53.     Height = 17
  54.     AutoSize = False
  55.     Caption = 
  56.       '4) Move the cursor over the world map until your town/city comes' +
  57.       ' up.'
  58.     Font.Color = clInfoText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Label8: TLabel
  65.     Left = 20
  66.     Top = 28
  67.     Width = 369
  68.     Height = 13
  69.     AutoSize = False
  70.     Caption = 
  71.       '1) Position the cursor at the appropriate spot, on the world map' +
  72.       '.'
  73.     Font.Color = clInfoText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Label9: TLabel
  80.     Left = 20
  81.     Top = 84
  82.     Width = 373
  83.     Height = 17
  84.     AutoSize = False
  85.     Caption = 
  86.       '3) Set up your own town/city in the dialog that comes up, then c' +
  87.       'lick on OK.'
  88.     Font.Color = clInfoText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.   end
  94.   object Label10: TLabel
  95.     Left = 20
  96.     Top = 116
  97.     Width = 365
  98.     Height = 17
  99.     AutoSize = False
  100.     Caption = 
  101.       '5) Right click the mouse then select '#39'Set Home Base'#39' from the po' +
  102.       'pup menu.'
  103.     Font.Color = clInfoText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.   end
  109.   object Bevel1: TBevel
  110.     Left = 20
  111.     Top = 136
  112.     Width = 357
  113.     Height = 13
  114.     Shape = bsTopLine
  115.   end
  116.   object Bevel2: TBevel
  117.     Left = 16
  118.     Top = 176
  119.     Width = 361
  120.     Height = 13
  121.     Shape = bsTopLine
  122.   end
  123.   object Label1: TLabel
  124.     Left = 4
  125.     Top = 144
  126.     Width = 385
  127.     Height = 29
  128.     AutoSize = False
  129.     Caption = 
  130.       'Click anywhere on the world map - the word '#39'Locked'#39' appears. Thi' +
  131.       's simply stops the map from changing. Click again to unlock.'
  132.   end
  133.   object BitBtn1: TBitBtn
  134.     Left = 0
  135.     Top = 216
  136.     Width = 75
  137.     Height = 25
  138.     TabOrder = 0
  139.     OnClick = BitBtn1Click
  140.     Kind = bkOK
  141.   end
  142.   object CheckBox1: TCheckBox
  143.     Left = 96
  144.     Top = 220
  145.     Width = 277
  146.     Height = 17
  147.     Caption = 'Show this dialog box next time TimeEzy starts up.'
  148.     Font.Color = clInfoText
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = []
  152.     ParentFont = False
  153.     State = cbChecked
  154.     TabOrder = 1
  155.     OnClick = CheckBox1Click
  156.   end
  157. end
  158.